Don't rely on button allocations for invisible headers
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jun 2011 04:10:08 +0000 (00:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jun 2011 04:17:56 +0000 (00:17 -0400)
commit8771f2ce9cb72cbe2128e880451deffcf2a0fa23
treea7f1994e76110808cd1e1d472873bef180acb808
parenteeca20a800be92ef322473d1a065d5d1f8351449
Don't rely on button allocations for invisible headers

Now that we are not allocating treeview column buttons anymore
with invisible headers, we can't rely on their allocations for
other things like cell area computations anymore. Use x-offset
and width of the column directly, instead.
gtk/gtktreeview.c